Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packages/buildMicroVM: init #991

Closed
wants to merge 2 commits into from
Closed

packages/buildMicroVM: init #991

wants to merge 2 commits into from

Conversation

msanft
Copy link
Contributor

@msanft msanft commented Nov 12, 2024

This adds a builder for "MicroVM" images which are comprised of only a kernel, its kernel command line, and a root filesystem image. Additionally, this builder has a sanity check to see if the rootfs image contains an ESP, which indicates that an image thats not supposed to be a microVM was built with this builder.

This adds a builder for "MicroVM" images which are comprised of only a kernel, its kernel command line, and a root filesystem image. Additionally, this builder has a sanity check to see if the rootfs image contains an ESP, which indicates that an image thats not supposed to be a microVM was built with this builder.
@msanft msanft requested a review from katexochen as a code owner November 12, 2024 08:51
@msanft msanft added the no changelog PRs not listed in the release notes label Nov 12, 2024
{
symlinkJoin,
lib,
...
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
...

@msanft msanft marked this pull request as draft November 12, 2024 09:11
@msanft
Copy link
Contributor Author

msanft commented Nov 13, 2024

Decided in-person to not proceed with micro VMs for the time being

@msanft msanft closed this Nov 13, 2024
@msanft msanft deleted the msanft/buildMicroVM/init branch December 9, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog PRs not listed in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants